Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Safari 13.1 fix #129

Merged
merged 4 commits into from
Apr 10, 2020
Merged

Safari 13.1 fix #129

merged 4 commits into from
Apr 10, 2020

Conversation

jeffposnick
Copy link
Contributor

@jeffposnick jeffposnick commented Apr 10, 2020

R: @philipwalton
CC: @gauntface (not sure how involved you want to be at this stage)
C.f. GoogleChrome/workbox#2444 (comment)

This disables a workaround that was in place for Safari 12 compatibility. That workaround breaks things in Safari 13 (well, Safari 13.1 at least), so I changed the workaround logic so that it checks for a major version number of 12.

I also bumped up the selenium-webdriver dependency to ^4.0.0-alpha.7 from ^4.0.0-alpha.4.

I figure that this sort of thing warrants a minor semver change, so the package.json version was increased to 6.1.0.

@jeffposnick
Copy link
Contributor Author

Also, the test suite seems to only be happy with node 10, so I'm adjusting the Travis CI config to force that version. From what I can tell, that's all due to devDependency requirements (some of which won't work with node 8, and some of which won't work with node 13).

I don't think the actual runtime node version requirements are any different, but it is harder to confirm that without a test suite that runs in those versions.

@jeffposnick jeffposnick merged commit 46cccfc into master Apr 10, 2020
@jeffposnick jeffposnick deleted the safari-13-fix branch April 10, 2020 19:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants